home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3frclie.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_FRCLIENT_H = 1;
- include("real/raytr/r3frbase.js")
-
-
- var R3CLID_FRCLIENT = 759;
-
-
-
-
-
-
-
- R3FRCLIA_HostName = 759500;
- function SetR3FRCLIA_HostName(value) {
- R3Set(this.r3obj, R3FRCLIA_HostName, value, R3TID_STRING, 0);
- }
-
- R3FRCLIA_RenderPort = 759501;
- function SetR3FRCLIA_RenderPort(value) {
- R3Set(this.r3obj, R3FRCLIA_RenderPort, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FRCLIA_RenderPort() {
- return R3Get(this.r3obj, R3FRCLIA_RenderPort, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Frclient () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FRCLIENT, arguments);
- }
- // Methods
-
- // Attributes
- this.SetHostName=SetR3FRCLIA_HostName;
- this.GetRenderPort=GetR3FRCLIA_RenderPort;
- this.SetRenderPort=SetR3FRCLIA_RenderPort;
- }
-
- r3Frclient.prototype=new r3Root;
- // r3frclie.h_H